home *** CD-ROM | disk | FTP | other *** search
- head 1.4;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.4
- date 90.02.16.12.52.33; author douglis; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 89.06.19.14.04.07; author jhh; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.11.30.10.53.20; author ouster; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.07.11.16.19.47; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.4
- log
- @fixes for ds3100
- @
- text
- @#
- # This file is included by Makefile. Makefile is generated automatically
- # by mkmf, and this file provides additional local personalization. The
- # variable SYSMAKEFILE is provdied by Makefile; it's a system Makefile
- # that must be included to set up various compilation stuff.
- #
-
- MDPUBHDRS =
-
- #include <$(SYSMAKEFILE)>
-
- CFLAGS += -Dieee
-
- # A lot of things are conditional on "national" because of the order of
- # bytes in a double. ds3100s use the same bizarre ordering.
-
- #if !empty(TM:Mds3100)
- CFLAGS += -Dnational
- #endif
-
- #
- # Gcc seems to be screwing up on some files when optimization is enabled.
- # So, for sincos.c, give explicit compilation commands here to avoid use
- # of "-o" switch. This problem occurred with version 1.25 of Gcc. Retry
- # in a while to see if the problem has gone away (cos(.785400) will screw
- # up).
- #
-
- $(TM).md/sincos.go: sincos.c
- $(RM) -f $(.TARGET)
- $(CC) $(CFLAGS:N-O) -g -c sincos.c -o $(.TARGET)
-
- $(TM).md/sincos.o: sincos.c
- $(RM) -f $(.TARGET)
- $(CC) $(CFLAGS:N-O) -c sincos.c -o $(.TARGET)
- @
-
-
- 1.3
- log
- @changed sun3 to $(TM)
- @
- text
- @d14 7
- d29 1
- a29 1
- $(TM).md/sincos.go: $(TM).md/sincos.c
- d31 1
- a31 1
- $(CC) $(CFLAGS:N-O) -g -c $(TM).md/sincos.c -o $(.TARGET)
- d33 1
- a33 1
- $(TM).md/sincos.o: $(TM).md/sincos.c
- d35 1
- a35 1
- $(CC) $(CFLAGS:N-O) -c $(TM).md/sincos.c -o $(.TARGET)
- @
-
-
- 1.2
- log
- @Work around Gcc bug by turning off -O for sincos.c.
- @
- text
- @d22 1
- a22 1
- sun3.md/sincos.go: sun3.md/sincos.c
- d24 1
- a24 1
- $(CC) $(CFLAGS:N-O) -g -c sun3.md/sincos.c -o $(.TARGET)
- d26 1
- a26 1
- sun3.md/sincos.o: sun3.md/sincos.c
- d28 1
- a28 1
- $(CC) $(CFLAGS:N-O) -c sun3.md/sincos.c -o $(.TARGET)
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d13 16
- @
-